OLE2put | Pause |
Syntax: @Pad variable, length
The Pad command takes a string variable and adds spaces onto the end of it until it is the specified total length.
The variable parameter can be a string array or a string variable. The length parameter can be a numeric literal, a numeric array, numeric variable or a Numeric Attribute.
Example
@Pad Str[1], 10